home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Serious Demos
/
XTension demo
/
Scripts
/
DuskSensor#1.On
< prev
next >
Wrap
Text File
|
1998-07-28
|
256b
|
10 lines
-- This sensor is trying to announce "DUSK"
-- if it's already dusk, ignore this ON
-- because it may be just chattering...headlights ??
if (status of "Its Dark") = false then
if (status of "DuskSensor#2") = true then
turnon "Its Dark"
end if
end if